projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6db55b
)
GtkCellViewPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:32:04 +0000
(12:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:32:04 +0000
(12:32 -0400)
gtk/gtkcellview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellview.c
b/gtk/gtkcellview.c
index 051bae5050c766b49104be6bbc1f69459b8b448e..09e583f732de7801cdf092869e01b8308d0ea148 100644
(file)
--- a/
gtk/gtkcellview.c
+++ b/
gtk/gtkcellview.c
@@
-126,16
+126,16
@@
struct _GtkCellViewPrivate
GtkCellArea *area;
GtkCellAreaContext *context;
- GtkOrientation orientation;
-
GdkRGBA background;
- gboolean background_set;
gulong size_changed_id;
gulong row_changed_id;
- guint32 draw_sensitive : 1;
- guint32 fit_model : 1;
+ GtkOrientation orientation;
+
+ guint background_set : 1;
+ guint draw_sensitive : 1;
+ guint fit_model : 1;
};
static GtkBuildableIface *parent_buildable_iface;